Skip to content

feat(skills): add building-integration skill#38

Merged
TheRealAgentK merged 4 commits intomasterfrom
feat/building-integration-skill
Apr 23, 2026
Merged

feat(skills): add building-integration skill#38
TheRealAgentK merged 4 commits intomasterfrom
feat/building-integration-skill

Conversation

@TheRealAgentK
Copy link
Copy Markdown
Collaborator

Adds a new agent skill for running the local build and validation pipeline against an integration before pushing.

What it covers

  • Preflight checks — verifies tooling repo, Python 3.13+, venv, package installer (uv/pip), test dependencies, and ruff are available, with fix instructions for each
  • Build pipeline — step-by-step: install deps → structure validation → code quality checks → unit tests → auto-fix lint/formatting
  • Ruff configuration — documents the CI ruff.toml settings and the --config flag requirement
  • Output interpretation — how to read validate_integration.py and check_code.py results
  • Common failures table — quick-fix reference for frequent CI issues

Why

Previously there was no single skill an agent could load to run the full CI-equivalent pipeline locally. Developers and agents had to piece together commands from CONTRIBUTING.md and the tooling repo docs.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

Coverage — 6d0665a (fix(skills): add pip fallback for dependency install step) by @TheRealAgentK

Total coverage: 100%

File Stmts Miss Cover Missing
src/autohive_integrations_sdk/__init__.py 2 0 100%
src/autohive_integrations_sdk/integration.py 358 0 100%

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3422671ba8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread skills/building-integration/SKILL.md
@TheRealAgentK TheRealAgentK merged commit 5d70b30 into master Apr 23, 2026
1 check passed
@TheRealAgentK TheRealAgentK deleted the feat/building-integration-skill branch April 23, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants